home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_40_Enter Creating Property.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  213 b   |  10 lines

  1. on enterFrame
  2.   FindButtons()
  3. end
  4.  
  5. on exitFrame
  6.   global gDefaultPropList
  7.   set the text of member "Building Input Field" to string(gDefaultPropList)
  8.   set the text of member "Building Display Field 1" to " "
  9. end
  10.